Skip to content

Implement EIP-7823#6551

Open
ouy95917 wants to merge 3 commits intotronprotocol:developfrom
ouy95917:implement-eip-7823
Open

Implement EIP-7823#6551
ouy95917 wants to merge 3 commits intotronprotocol:developfrom
ouy95917:implement-eip-7823

Conversation

@ouy95917
Copy link

This PR aims to introduce EIP-7823 into TVM, and for this purpose, the allowTvmOsaka proposal has been added.

return Optional.ofNullable(getUnchecked(ALLOW_TVM_OSAKA))
.map(BytesCapsule::getData)
.map(ByteArray::toLong)
.orElse(0L);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ability to read from the configuration file needs to be retained for testing purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants